//ShatterFrac by JayPro via Checkman
//8-31-17

Aspc=1
A0="15 + rnd(30) "
A1="pi+rnd(4.71)"

D0="flip(x*sin(y*a0)) "
D1="flip(y*cos(x*a0)) "
D2="cos(r/trwv(-y+r))*a0"

/*
    Taken from "The Fractal Geometry Of Nature" by Benoit B. Mandelbrot
    (c)1983 p. 41
*/
srcX="flip(y*atan(a1-sin(d2*a1)^trwv(d0*sqr(a0))))"
srcY="trwv(-x*atan(a1/sin(d2*a1)^cos(d1*a1)*sqr(a0)))"

Vers=300

